home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global fh
- set the searchCurrentFolder to 0
- if the machineType = 256 then
- set file to FileIO(mnew, "read", "config.cfg")
- if objectp(file) then
- set trang to word 1 of file(mReadLine)
- set the searchPath to [the pathName, trang & ":\bugs\"]
- file(mdispose)
- else
- set the searchPath to [the pathName & "bugs\"]
- end if
- exit
- else
- set the searchPath to [the pathName & "bugs:", "How Many Bugs?:bugs:"]
- end if
- set the searchCurrentFolder to 0
- end
-